With cmake 2.8.0, vavoom build aborts with errors at vlaunch.
The problem is that now wxWidgets_DEFINITIONS are stripped of '-D' prefixes.
Changing the obvious two lines in that CMakeFiles.txt to
include(${wxWidgets_USE_FILE})
makes things work again.
BTW, how about a little fix to _FORTIFY_SOURCE induced warnings ?
IIRC, there are about two groups of "missing format string for printf"
and one instance of "%06ld" when "unsigned int provided".